encoding/xml.Decoder.getc (method)
5 uses
encoding/xml (current package)
xml.go#L567: b, ok := d.getc()
xml.go#L891: b, ok := d.getc()
xml.go#L908: func (d *Decoder) getc() (b byte, ok bool) {
xml.go#L953: if b, ok = d.getc(); !ok {
xml.go#L988: b, ok := d.getc()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)